multipress: doc fixes
authorCarlos Garnacho <carlosg@gnome.org>
Thu, 10 Apr 2014 11:43:53 +0000 (13:43 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Fri, 23 May 2014 17:54:27 +0000 (19:54 +0200)
gtk/gtkgesturemultipress.c

index c5549e262119fcf84158a0c67264f1db82fa9c77..cd2064abb5f05d4cad59e9b0bdbd70033b4cab19 100644 (file)
@@ -24,8 +24,8 @@
  *
  * #GtkGestureMultiPress is a #GtkGesture implementation able to recognize
  * multiple clicks on a nearby zone, which can be listened for through the
- * #GtkGestureMultiPress:pressed signal. Whenever time or distance between clicks
- * exceed the GTK+ defaults, #GtkGestureMultiPress:stopped is emitted, and the
+ * #GtkGestureMultiPress::pressed signal. Whenever time or distance between clicks
+ * exceed the GTK+ defaults, #GtkGestureMultiPress::stopped is emitted, and the
  * click counter is reset.
  *
  * Callers may also restrict the area that is considered valid for a >1
@@ -276,7 +276,7 @@ gtk_gesture_multi_press_class_init (GtkGestureMultiPressClass *klass)
   controller_class->reset = gtk_gesture_multi_press_reset;
 
   /**
-   * GtkGestureMultiPress:pressed:
+   * GtkGestureMultiPress::pressed:
    * @gesture: the object which received the signal
    * @n_press: how many touch/button presses happened with this one
    * @x: The X coordinate, in widget allocation coordinates
@@ -295,7 +295,7 @@ gtk_gesture_multi_press_class_init (GtkGestureMultiPressClass *klass)
                   G_TYPE_NONE, 3, G_TYPE_INT,
                   G_TYPE_DOUBLE, G_TYPE_DOUBLE);
   /**
-   * GtkGestureMultiPress:stopped:
+   * GtkGestureMultiPress::stopped:
    * @gesture: the object which received the signal
    *
    * This signal is emitted whenever any time/distance threshold has